home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP Eylül 1996.iso / utils / povray / povmnf.sea / POVRAY / POV-Ray.rsrc / TEXT_309_difference.txt < prev    next >
Text File  |  1994-02-09  |  227b  |  8 lines

  1. // CSG difference, subtract intersections of shapes 2ΓǪN from Shape1
  2. difference
  3. {
  4.   Shape1 {ΓǪ} // Start with this shape
  5.   Shape2 {ΓǪ} // This will be "cut out" of Shape1
  6.   ShapeN {ΓǪ} // This will be "cut out" of Shape1
  7. }
  8.